gesture: Only recognize gestures with as many interacting touches as those handled
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 21 Mar 2014 17:13:41 +0000 (18:13 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 23 May 2014 17:54:23 +0000 (19:54 +0200)
commit5f24d1a51943c1c066e47e5a9144520d242827cb
treec58eac0b7813516be8eb0500e833a7e59924142f
parentb5c319b56fe6a7e1b9614d5110146ac326c02745
gesture: Only recognize gestures with as many interacting touches as those handled

If a gesture has denied sequences (so those are presumably handled above/below
the widget), it shouldn't attempt to handle extra touches, even if those end
up matching the expected number of touches.
gtk/gtkgesture.c